graph TD
A[How well<br> do they<br> work?]:::largeFont
A --> B[Accuracy]
A --> C[Bias]
C --> D[Gender Bias]
C --> E[Ethnicity Bias]
C --> F[Etc.]
B --> G[Qualitative metrics]
B --> H[Quantitative metrics]
classDef whiteText fill:#0e1117,stroke:#ffffff,color:#ffffff,stroke-width:2px;
class B,C,E,F,G,H whiteText;
classDef largeFont font-size:48px,fill:#0e1117,stroke:#ffffff,color:#ffffff,stroke-width:0px;
style D fill:#80ff00,stroke:#2c662d,stroke-width:2px,color:black;